export const LedgerMeta: Entity.Meta.Config = { total_additions: 'int', total_consumptions: 'int', aggregate_total: 'int', } satisfies Ledger.Meta;