{
  "slug": "temp",
  "name": "Temps",
  "description": "Temporary staff. Some stay a week, some end up running the company.",
  "headcount": 1,
  "url": "https://dundermifflin.llc/api/departments/temp",
  "people": [
    {
      "id": 5,
      "slug": "ryan-howard",
      "name": "Ryan Howard",
      "firstName": "Ryan",
      "lastName": "Howard",
      "email": "ryan.howard@dundermifflin.llc",
      "title": "Temp",
      "department": "Temps",
      "departmentSlug": "temp",
      "branch": "Scranton Branch",
      "branchSlug": "scranton",
      "phone": "(570) 555-0100 x104",
      "extension": "104",
      "bio": "Started as a temp, briefly ran the company, currently a temp again. Has a business degree and a lot of ideas about synergy.",
      "avatar": "https://dundermifflin.llc/avatars/ryan-howard.png",
      "url": "https://dundermifflin.llc/api/people/5"
    }
  ]
}