{
  "id": 1,
  "name": "MI6",
  "description": "British Secret Intelligence Service — Bond's employer and the central institution of the franchise.",
  "org_type": "intelligence",
  "movies": [
    {
      "id": 1,
      "title": "Dr. No",
      "slug": "dn",
      "year": 1962,
      "_links": {
        "self": {
          "href": "/movies/dn"
        }
      }
    },
    {
      "id": 8,
      "title": "From Russia With Love",
      "slug": "frwl",
      "year": 1963,
      "_links": {
        "self": {
          "href": "/movies/frwl"
        }
      }
    },
    {
      "id": 2,
      "title": "Goldfinger",
      "slug": "gf",
      "year": 1964,
      "_links": {
        "self": {
          "href": "/movies/gf"
        }
      }
    },
    {
      "id": 9,
      "title": "Thunderball",
      "slug": "tb",
      "year": 1965,
      "_links": {
        "self": {
          "href": "/movies/tb"
        }
      }
    },
    {
      "id": 3,
      "title": "The Spy Who Loved Me",
      "slug": "tswlm",
      "year": 1977,
      "_links": {
        "self": {
          "href": "/movies/tswlm"
        }
      }
    },
    {
      "id": 7,
      "title": "For Your Eyes Only",
      "slug": "fyeo",
      "year": 1981,
      "_links": {
        "self": {
          "href": "/movies/fyeo"
        }
      }
    },
    {
      "id": 4,
      "title": "GoldenEye",
      "slug": "ge",
      "year": 1995,
      "_links": {
        "self": {
          "href": "/movies/ge"
        }
      }
    },
    {
      "id": 5,
      "title": "Casino Royale",
      "slug": "cr",
      "year": 2006,
      "_links": {
        "self": {
          "href": "/movies/cr"
        }
      }
    },
    {
      "id": 6,
      "title": "Skyfall",
      "slug": "sf",
      "year": 2012,
      "_links": {
        "self": {
          "href": "/movies/sf"
        }
      }
    }
  ],
  "_links": {
    "self": {
      "href": "/organizations/1"
    }
  }
}