My code: ```php TextColumn::make('locations_sum_available_quantity') ->label('Inventory') ->sum('locations', 'inventories.available_quantity') ->badge() ->alignCenter() ->sortable(), ``` I can't seem to get this to work. Is it possible to aggregate a field on the pivot table?