\App\Models\Action::query() ->with('decisions') ->get(), 'decisions' => \App\Models\Decision::query() ->with('actions') ->get() ] ); } }