Some endpoints doc/sdk does not match actual API calls. For example
$ curl -H "Authorization: Bearer nyk_xxx" https://api.us.nylas.com/v3/grants/{grantId}/notetakers/{notetakerId} | jq .
Returns calendar_id, event_id as well. But both the official docs AND the nodejs TS do not have these fields.
Is this a misalignment between the API and docs OR should these values not be trusted?