ids)) { $model->whereIn('id', (array) $this->ids); } return $model->get(); } public function fields(): array { return [ 'name', 'description', 'sale_price', 'purchase_price', 'category_id', 'tax_id', 'enabled', ]; } }