fake()->sentence($nbWords = 3, $variableNbWords = true), 'author' => fake()->name, 'description' => fake()->paragraph($nbSentences = 3, $variableNbSentences = true), 'isbn' => fake()->isbn13(), 'pages' => fake()->numberBetween($min = 100, $max = 1000), 'recommended_by' => 1, // Adjust the range as necessary 'cover_image' => null, // You could also simulate image paths if needed ]); } } }