withCount('price_generics'); return $this->buildQuery($model); } protected function getColumns() { return [ Column::make('name')->title('Nom'), Column::make('price_generics_count')->title('Nb Tarifs')->class('text-right'), $this->makeColumnButtons(), ]; } }