i have a table list and want to create a summarize sum of amount value, but the table load very slow and heavy, how can i fix this issue ? below is my code to sum the amount in summary ```TextColumn::make('Ammount')->label('Amount')->numeric() ->summarize(Sum::make()),```