ho risolto:
codice:
$query = Persona::with('attivita')->get();
return response()->json($query);