Im trying to use seeder
table1::factory() ->has(table2::class->count(5)) ->create();
that code above, should return 1 data in table1