*/ public function definition(): array { return [ 'key' => $this->faker->slug, 'value' => $this->faker->name, ]; } }