Concept Flow - Resource expansion (embed related data)
Client requests resource
Server receives request
Check for expansion parameter
Fetch main resource
Fetch related data
Embed related data
Send response to client
The server checks if the client wants related data embedded, fetches it if yes, then sends the combined response.