where('pubkey', $key)->exists()) { $this->fetchProfile([$key]); } return Profile::query() ->where('pubkey', $key) ->first(); } }