Ledger Summary and Period Summary Api endpoints missing account class.

We have an application where we run reports for Beginning and Ending Balances using account numbers and Classes. Period Summary and Ledger Summary Apis do not return account class which causes our report to show incorrect amounts.

currently it returns

{ "fiscal_year": "2020", "fiscal_year_id": 22, "fiscal_period": "12", "fiscal_period_id": 264, "period_start_date": "2020-12-01T00:00:00", "period_end_date": "2020-12-31T00:00:00", "account_number": "07-3110-10", "ui_project_id": null, "transaction_codes": [], "beginning_balance": -906519.4800, "debit": 0.0000, "credit": 0.0000, "encumbered_beginning_balance": 0.0000, "encumbered_debit": 0.0000, "encumbered_credit": 0.0000 }

We want account_class in this response on both api endpoints. Let me know if you need any other details.

Thanks