New column to invoices table

Hi, I added a new column to the invoices table, I need to see it in the API but I don’t find where I need to add it, I already looked into InvoiceRepository.php and added it in getInvoices function but that don’t seem to work. Any guidance will be greatly appreciated.

Cheers!

Just in case someone else in looking into how to do this as well, you need to add these fields in /app/Ninja/Transformers/InvoiceTransformer.php and /app/Ninja/Repositories/InvoiceRepository.php in the save function to be able to save them.