Well, I'm using a music API. One endpoint might return information about an album. This basically has three nested objects: Album (almost the full object), list of tracks (for example name, mbid and number on the album) and the artist (for example name and mbid). Another endpoint would be getting information for an artist, which would return a full artist object and smaller album and track objects.