{
  "rest": [
    {
      "language_id": 1,
      "name": "English",
      "last_update": "2006-02-15T05:03:42.000Z",
      "film_id": 1,
      "title": "ACADEMY DINOSAUR",
      "description": "A Epic Drama of a Feminist And a Mad Scientist who must Battle a Teacher in The Canadian Rockies",
      "release_year": 2006,
      "original_language_id": null,
      "rental_duration": 6,
      "rental_rate": "0.99",
      "length": 86,
      "replacement_cost": "20.99",
      "rating": "PG",
      "special_features": "Deleted Scenes,Behind the Scenes"
    }
  ],
  "sql": {
    "sql": "SELECT * FROM `language` INNER JOIN `film` AS `film_ref` ON ((film_ref.language_id) = language.language_id) LIMIT 1",
    "values": []
  }
}