NetSuite Finance - GET /expense-reports Does Not Return Line Items

A call to GET /expense-reports, or many of the other objects in the NetSuite Finance element 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.