{
  "source": "Shrimo Tools Static Todo Fake API",
  "updatedAt": "2026-06-25",
  "todos": [
    { "id": 1, "title": "Create project layout", "description": "Build the main frontend layout.", "priority": "High", "status": "Completed", "tags": ["frontend"] },
    { "id": 2, "title": "Connect fake API", "description": "Fetch static JSON and render todo cards.", "priority": "Medium", "status": "In Progress", "tags": ["api", "react"] },
    { "id": 3, "title": "Add filters", "description": "Filter todos by status and priority.", "priority": "Low", "status": "Not Started", "tags": ["ui"] }
  ]
}
