Jak uzyskać wszystkie rekordy z tym samym identyfikatorem w Laravel

Product::orderBy('id','desc')->where('category_id', 1)->get();
Romesh Fernando