Profile::factory(), 'following_id' => Profile::factory(), 'local_profile' => true, ]; } public function remote(): static { return $this->state(fn (array $attributes) => [ 'local_profile' => false, ]); } }