{
  "data": [
    {
      "id": "4405ff58-1957-45f4-b159-8e7a88cc7dcc",
      "name": "Monthly Sales Report",
      "description": "Monthly sales data aggregated by region",
      "rows": 1250,
      "columns": 5,
      "schema": {
        "columns": [
          {
            "type": "STRING",
            "name": "region"
          },
          {
            "type": "STRING",
            "name": "product"
          },
          {
            "type": "LONG",
            "name": "units_sold"
          },
          {
            "type": "DOUBLE",
            "name": "revenue"
          },
          {
            "type": "DATE",
            "name": "sale_date"
          }
        ]
      },
      "owner": {
        "id": 87264918,
        "name": "Jane Smith"
      },
      "pdpEnabled": false,
      "createdAt": "2024-01-15T08:30:00.000Z",
      "updatedAt": "2024-03-10T14:22:00.000Z"
    },
    {
      "id": "7b3e8f21-3c6d-4a11-9e2f-5d8b12c45e90",
      "name": "Customer Churn Analysis",
      "description": "Weekly customer churn metrics",
      "rows": 4300,
      "columns": 8,
      "schema": {
        "columns": [
          {
            "type": "LONG",
            "name": "customer_id"
          },
          {
            "type": "STRING",
            "name": "segment"
          },
          {
            "type": "DATE",
            "name": "churn_date"
          },
          {
            "type": "DOUBLE",
            "name": "lifetime_value"
          },
          {
            "type": "STRING",
            "name": "churn_reason"
          },
          {
            "type": "STRING",
            "name": "plan_type"
          },
          {
            "type": "LONG",
            "name": "tenure_days"
          },
          {
            "type": "STRING",
            "name": "region"
          }
        ]
      },
      "owner": {
        "id": 54320910,
        "name": "Carlos Rivera"
      },
      "pdpEnabled": true,
      "createdAt": "2023-11-02T10:00:00.000Z",
      "updatedAt": "2024-03-08T09:15:00.000Z"
    }
  ]
}