get() ->map(function ($mention) { return AccountService::get($mention->profile_id); })->filter(function ($mention) { return $mention; }) ->values() ->toArray(); } }