create(); Song::factory(5)->create([ 'artist_id' => $artist->id, ]); $this->getAsUser('api/artists/' . $artist->id . '/songs') ->assertJsonStructure(['*' => SongTest::JSON_STRUCTURE]); } }