Cara mendapatkan semua catatan dengan ID yang sama di Laravel

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