Rebase a query builder after filtering an Eloquent Collection
To retrieve the Query Builder after filtering the results: you can use `->toQuery()`.
The method internally use the first model of the collection and a `whereKey` comparison on the Collection models.