transactions() ->sortable(['created_at' => 'desc']) ->paginate(15); return response()->json(new TransactionCollection($transactions)); } }