[
  {
    "id": 101,
    "slug": "signals-and-stories",
    "title": "Signals & Stories",
    "summary": "A compact demo with <edge> cases.",
    "ownerId": 1,
    "memberIds": [
      1,
      2
    ],
    "budget": 1200.5,
    "archived": false,
    "startedOn": "2025-02-01",
    "homepage": "https://example.com/projects/signals-and-stories",
    "tags": [
      "research",
      "writing"
    ]
  },
  {
    "id": 102,
    "slug": "cafe-atlas",
    "title": "Café Atlas",
    "summary": "A finished map of fictional cafés.",
    "ownerId": 2,
    "memberIds": [
      2,
      3
    ],
    "budget": 0,
    "archived": true,
    "startedOn": "2024-11-12",
    "homepage": null,
    "tags": []
  }
]
