{
  "announcements": [
    {
      "id": 1,
      "title": "Pool opens May 17",
      "body": "Opening-day ice cream social starts at 2 p.m. Wristbands at the front gate.",
      "pinned_until": null,
      "created_at": "2026-07-13 09:57:49",
      "updated_at": "2026-07-13 09:57:49",
      "deleted": 0
    },
    {
      "id": 2,
      "title": "Pine straw sale is on",
      "body": "Order by Friday; delivery is next weekend. Proceeds support the swim team.",
      "pinned_until": "2026-07-27",
      "created_at": "2026-07-13 09:57:49",
      "updated_at": "2026-07-13 09:57:49",
      "deleted": 0
    },
    {
      "id": 3,
      "title": "Clean-up day recap",
      "body": "Thanks to the 22 volunteers who came out — the entrance beds look great.",
      "pinned_until": null,
      "created_at": "2026-07-13 09:57:49",
      "updated_at": "2026-07-13 09:57:49",
      "deleted": 0
    }
  ],
  "submissions": [
    {
      "id": 1,
      "form_type": "issue_report",
      "fields": "{\"location\":\"Pool area\",\"message\":\"Gate latch sticks when it is hot out\"}",
      "status": "new",
      "notes": "",
      "created_at": "2026-07-13 09:57:49"
    },
    {
      "id": 2,
      "form_type": "suggestion",
      "fields": "{\"message\":\"More shade by the baby pool would be great\"}",
      "status": "new",
      "notes": "",
      "created_at": "2026-07-13 09:57:49"
    }
  ],
  "households": [
    {
      "id": 1,
      "address": "101 Planters Way",
      "owner_name": "Alex Morgan",
      "email": "alex@example.com",
      "phone": ""
    },
    {
      "id": 2,
      "address": "102 Planters Way",
      "owner_name": "Sam Lee",
      "email": "sam@example.com",
      "phone": "770-555-0102"
    },
    {
      "id": 3,
      "address": "103 Planters Way",
      "owner_name": "Riley Chen",
      "email": "",
      "phone": ""
    },
    {
      "id": 4,
      "address": "104 Planters Way",
      "owner_name": "Jordan Fox",
      "email": "jordan@example.com",
      "phone": ""
    },
    {
      "id": 5,
      "address": "105 Planters Way",
      "owner_name": "Casey Diaz",
      "email": "casey@example.com",
      "phone": ""
    }
  ],
  "payments": [
    {
      "id": 1,
      "household_id": 1,
      "year": 2026,
      "amount_cents": 53500,
      "method": "stripe",
      "paid_on": "2026-03-01",
      "note": ""
    },
    {
      "id": 2,
      "household_id": 2,
      "year": 2026,
      "amount_cents": 53500,
      "method": "check",
      "paid_on": "2026-03-15",
      "note": ""
    }
  ],
  "site_content": [
    {
      "key": "season_glance",
      "value": "[[\"2026 annual dues\",\"$535\"],[\"Membership year\",\"May 1, 2026 – Apr 30, 2027\"],[\"Pool open\",\"May 17 – Sep 20\"],[\"Tennis courts\",\"7 a.m. – 11 p.m. daily\"],[\"Trash & recycling\",\"Thursday mornings\"],[\"Refer a new member\",\"Earn $50\"]]",
      "updated_at": "2026-07-13 09:57:49"
    },
    {
      "key": "pool_hours",
      "value": "[[\"Monday\",\"11 a.m. – 8 p.m.\"],[\"Tuesday\",\"11 a.m. – 8 p.m.\"],[\"Wednesday\",\"11 a.m. – 8 p.m.\"],[\"Thursday\",\"11 a.m. – 8 p.m.\"],[\"Friday\",\"11 a.m. – 9 p.m.\"],[\"Saturday\",\"10 a.m. – 9 p.m.\"],[\"Sunday\",\"12 p.m. – 8 p.m.\"]]",
      "updated_at": "2026-07-13 09:57:49"
    }
  ]
}