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