count(5)->create(); Category::factory()->count(3)->create(); $response = $this->getJson('/api/blog/homepage'); $response->assertStatus(200) ->assertJsonStructure([ 'latest_posts', 'latest_categories', 'most_viewed_posts', 'random_posts', ]); } }