I have a query that gives me an array of Product objects
$products = Product::where(\'id\', != $excludedId)->get(); // [ {id: 43, name: "Sunglasses"