# Project Summary Updated

The event emitted will include the following information:

```json
{
  "method": "project-summary-updated",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "project": {
        "project_id": "60fe2f7747d2c400306bd808"
      },
      "custom_fields": [
        {
          "key": "...",
          "value": "..."
        }
      ],
      "files": [
        {
          "id": "60d59ce05e2fc4002f1f0b0d",
          "created": "2021-01-01T06:22:14.713Z",
          "file_name": "project-summary.pdf",
          "file_name_custom": "Custom Summary Report",
          "storage_name": "456abc...",
          "file_type": "application/pdf",
          "file_size": 1024000,
          "file_size_kb": 1000
        }
      ]
    }
  }
}
```
