[
  {
    "slug": "management",
    "name": "Management",
    "description": "Regional leadership for the Scranton branch. Runs the meetings, the morale, and the conference room calendar.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/management"
  },
  {
    "slug": "sales",
    "name": "Sales",
    "description": "The people who actually sell the paper. Phones, quotas, client lunches at Cooper’s.",
    "headcount": 5,
    "url": "https://dundermifflin.llc/api/departments/sales"
  },
  {
    "slug": "accounting",
    "name": "Accounting",
    "description": "Three desks, one adding machine, and every expense report in the building.",
    "headcount": 3,
    "url": "https://dundermifflin.llc/api/departments/accounting"
  },
  {
    "slug": "customer-service",
    "name": "Customer Service",
    "description": "First line of defense for late orders, wrong orders, and orders that were technically correct.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/customer-service"
  },
  {
    "slug": "hr",
    "name": "Human Resources",
    "description": "Policy, complaints, and the annex. Reports to corporate, not to the regional manager.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/hr"
  },
  {
    "slug": "warehouse",
    "name": "Warehouse",
    "description": "Loading dock, forklifts, and the only part of the building that ships on time.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/warehouse"
  },
  {
    "slug": "reception",
    "name": "Reception",
    "description": "Front desk, switchboard, and the unofficial information hub of the office.",
    "headcount": 2,
    "url": "https://dundermifflin.llc/api/departments/reception"
  },
  {
    "slug": "quality-assurance",
    "name": "Quality Assurance",
    "description": "One person. Nobody is entirely sure what they do. Watermark incidents are handled here.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/quality-assurance"
  },
  {
    "slug": "supplier-relations",
    "name": "Supplier Relations",
    "description": "Keeps the vendors happy, the truck drivers happier, and the fridge situation tense.",
    "headcount": 1,
    "url": "https://dundermifflin.llc/api/departments/supplier-relations"
  },
  {
    "slug": "corporate",
    "name": "Corporate",
    "description": "Executives at headquarters and Sabre. Conference calls, budgets, and surprise visits.",
    "headcount": 0,
    "url": "https://dundermifflin.llc/api/departments/corporate"
  },
  {
    "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"
  }
]