A call to GET /expense-reports
, or many of the other objects in the NetSuite Finance connector does not resolve nested objects, such as line items. To get the full object, call GET /expense-reports/:id
. Alternatively, you could add `fetchAll=true` to your API call, however, this will have a significant impact on the performance of the call.