This code fetches all the data in the table in the database, but I want to set a maximum limit, for example, it fetches only 4 columns from the table so that it does not load all the columns in the table
'productes' => productModel::orderBy('id', 'DESC')->get()