format('Y-m-d')) ->orderByDesc('starred') ->orderByDesc('created_by') ->with(['currentPrice']) ->get(); return $this->render('productList.html.twig', ['products' => $products]); } }