ids)) { $model->whereIn('id', (array) $this->ids); } return $model->cursor(); } public function fields(): array { return [ 'name', 'type', 'color', 'enabled', ]; } }