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