Can cursor CLI output the token usage?

This is the cursor CLI output:

{
  "type": "result",
  "subtype": "success",
  "is_error": false,
  "duration_ms": 1234,
  "duration_api_ms": 1234,
  "result": "result result result",
  "session_id": "<uuid>",
  "request_id": ""
}

I want to know how many tokens in the task. So could cursor please add an token usage in the output?