profile; return [ 'id' => (string) $profile->id, 'following' => $user->follows($profile), 'followed_by' => $user->followedBy($profile), 'blocking' => null, 'muting' => null, 'muting_notifications' => null, 'requested' => null, 'domain_blocking' => null, 'showing_reblogs' => null, 'endorsed' => false ]; } }