Then to read the planet’s name, we ask:
GET - /planets/1
And to read the films titles, we ask:
GET - /films/1
GET - /films/2
GET - /films/3
GET - /films/6
Once we have all 6 responses from the server, we can combine them to satisfy the data needed by our view.
this is stupid there is no need to go multiple rounds?
See g string ^^