{
  "service": "D1",
  "count": 5,
  "results": [
    {
      "CustomerId": 1,
      "CompanyName": "Alfreds Futterkiste",
      "ContactName": "Maria Anders",
      "Country": "Germany"
    },
    {
      "CustomerId": 2,
      "CompanyName": "Around the Horn",
      "ContactName": "Thomas Hardy",
      "Country": "UK"
    },
    {
      "CustomerId": 3,
      "CompanyName": "Bs Beverages",
      "ContactName": "Victoria Ashworth",
      "Country": "UK"
    },
    {
      "CustomerId": 4,
      "CompanyName": "Cactus Comidas",
      "ContactName": "Patricio Simpson",
      "Country": "Argentina"
    },
    {
      "CustomerId": 5,
      "CompanyName": "Eastern Connection",
      "ContactName": "Ann Devon",
      "Country": "UK"
    }
  ]
}