create(); Album::factory(5)->for($artist)->create(); $this->getAs('api/artists/' . $artist->id . '/albums') ->assertJsonStructure(['*' => AlbumTest::JSON_STRUCTURE]); } }