Can cli return the usage token in the result?

Feature request for product/service

Cursor CLI

Describe the request

This is the return result of cli:

{
success: true,
output: ‘{“type”:“system”,“subtype”:“init”,“apiKeySource”:“env”,“cwd”:“/home/cursor/workspaces/1f05ccfd-c7a3-4721-8b73-9fb62a8db010”,“session_id”:“c7c7b92e-be8f-44aa-83c5-358224ac8597”,“model”:“Auto”,“permissionMode”:“default”}\n’ +
‘{“type”:“thinking”,“subtype”:“delta”,“text”:“”,“session_id”:“c7c7b92e-be8f-44aa-83c5-358224ac8597”,“timestamp_ms”:1763884131101}\n’ +
‘{“type”:“thinking”,“subtype”:“delta”,“text”:“”,“session_id”:“c7c7b92e-be8f-44aa-83c5-358224ac8597”,“timestamp_ms”:1763884131183}\n’ +
{“type”:“result”,“subtype”:“success”,“duration_ms”:57858,“duration_api_ms”:57858,“is_error”:false,“result”:"\nxxxxxx

}
}

I want to know the token used in the result, so that I can know how many tokens I used. Can you please add that?