\App\Models\Action::query() ->with('decisions', fn($q) => $q->get(['decisions.id'])) ->get(), 'decisions' => \App\Models\Decision::query() ->with('actions', fn($q) => $q->get(['actions.id'])) ->get() ] ); } }