``` $data = Imagery::with('satellite') ->intersects('geometry', $geometry) ``` This is my current query and it works. Is it possible to intersect using 2 polygon?