path . '%')->pluck('id'); return $this->whereIn('asset_id', $assetIds); } public function name($name): ModelFilter { return $this->where('name', 'like', "%$name%"); } }