The actual search page sends n+1 client-side requests to display n results:
Replacing the api calls by one single GraphQL request would be a interesting use case for the GraphQL usage.