return [ ... 'avatar' => $this->faker->imageUrl(40,40), 'status' => $this->faker->randomElement(['active','inactive','deleted']), 'country' => $this->faker->country, ];