$this->faker->uuid, 'user_id' => $this->faker->uuid, 'upload' => rand(11111111, 99999999), 'download' => rand(11111111, 99999999), 'created_at' => $this->faker->dateTimeBetween('-month'), ]; } }