[
  {
    "scenario": "lean_market",
    "monthly_rent": 950,
    "days_to_refill": 14,
    "cleaning_admin_cost": 185,
    "total_modeled_cost": 1135
  },
  {
    "scenario": "mid_market",
    "monthly_rent": 1713,
    "days_to_refill": 21,
    "cleaning_admin_cost": 480,
    "total_modeled_cost": 2193
  },
  {
    "scenario": "major_metro",
    "monthly_rent": 2550,
    "days_to_refill": 28,
    "cleaning_admin_cost": 790,
    "total_modeled_cost": 3340
  }
]