$this->faker->word(), 'url' => $this->faker->url(), 'latest' => $this->faker->boolean(), 'storage_location' => $this->faker->word(), 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), ]; } }