{
  "collection": [
    {
      "name": "each",
      "products": "https://rest.reviso.com/units/1/products",
      "unitNumber": 1,
      "self": "https://rest.reviso.com/units/1"
    },
    {
      "name": "hr",
      "products": "https://rest.reviso.com/units/5/products",
      "unitNumber": 5,
      "self": "https://rest.reviso.com/units/5"
    },
    {
      "name": "kg",
      "products": "https://rest.reviso.com/units/2/products",
      "unitNumber": 2,
      "self": "https://rest.reviso.com/units/2"
    },
    {
      "name": "km",
      "products": "https://rest.reviso.com/units/7/products",
      "unitNumber": 7,
      "self": "https://rest.reviso.com/units/7"
    },
    {
      "name": "lb",
      "products": "https://rest.reviso.com/units/4/products",
      "unitNumber": 4,
      "self": "https://rest.reviso.com/units/4"
    },
    {
      "name": "ltr",
      "products": "https://rest.reviso.com/units/3/products",
      "unitNumber": 3,
      "self": "https://rest.reviso.com/units/3"
    },
    {
      "name": "mls",
      "products": "https://rest.reviso.com/units/8/products",
      "unitNumber": 8,
      "self": "https://rest.reviso.com/units/8"
    }
  ],
  "metaData": {},
  "pagination": {
    "maxPageSizeAllowed": 10000,
    "pageSize": 20,
    "skipPages": 0,
    "results": 7,
    "resultsWithoutFilter": 7,
    "firstPage": "https://rest.reviso.com/units?demo=true&skippages=0&pagesize=20",
    "lastPage": "https://rest.reviso.com/units?demo=true&skippages=0&pagesize=20"
  },
  "self": "https://rest.reviso.com/units?demo=true"
}