## Issue Description Field `nftoken_id` is present in `tx` 'metaData' response (see [here](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A1%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%226AC6B199BDE7568FEE461D3BAEFCBC6DA56815673B24B7F03BECDCA5C0E9ACA3%22%2C%22binary%22%3Afalse%7D)) But in 'metaData' of `ledger` response that field is missing (see [here](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A14%2C%22command%22%3A%22ledger%22%2C%22ledger_index%22%3A84131137%2C%22full%22%3Afalse%2C%22accounts%22%3Afalse%2C%22transactions%22%3Atrue%2C%22expand%22%3Atrue%2C%22owner_funds%22%3Afalse%7D)) ## Expected Result For consistency reasons that field should be present in both metadata responses. ## Actual Result Missing in 'ledger' method.