{
  "rest": [
    {
      "rental_id": 1,
      "rental_date": "2005-05-24T22:53:30.000Z",
      "inventory_id": 367,
      "customer_id": 130,
      "return_date": "2005-05-26T22:04:30.000Z",
      "staff_id": 1,
      "last_update": "2006-02-15T04:57:20.000Z",
      "store_id": 1,
      "first_name": "CHARLOTTE",
      "last_name": "HUNTER",
      "email": "CHARLOTTE.HUNTER@sakilacustomer.org",
      "address_id": 134,
      "active": 1,
      "create_date": "2006-02-14T22:04:36.000Z"
    }
  ],
  "sql": {
    "sql": "SELECT * FROM `rental` INNER JOIN `customer` AS `customer_ref` ON ((customer_ref.customer_id) = rental.customer_id) LIMIT 1",
    "values": []
  }
}