Hi, I'm using GET /invoice route from https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2022.2/index.html#tag-invoice and the docs say that it should return an InvoiceCollection which is a collection of Invoices which has all the fields I need as part of an Invoice. However, the actual response I am getting back is just an array of items that only has the ID in it. Is there a way to get a list of invoices with some data of them (example transaction id). Thanks