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