Add fields to "List all invoices"

Add fields to "List all invoices"

Hello people,
I'm retrieving all my invoices at once but this API entry responds limited information about the invoices.
It doesn't have the subscription_id my invoice is linked for example, neither the  write_off_amount.

Is there a way of requesting "All invoices" and receive more than the default JSON properties?

I could get one invoice at a time  api/v1/invoices/{id} but I'm importing all invoices to my database so I can work on those. So I would have to make one request per invoice I have and I want to avoid that.

Best regards,
Ramon