Add fields to manage relations between resources such as is.one(resourceRepository) and is.many(resourceRepository) but try to keep it simple.
We can also imagine actually fetching nested resources only when needed with lazy loading (ie. by using a Proxy) in the future.
Add fields to manage relations between resources such as
is.one(resourceRepository)andis.many(resourceRepository)but try to keep it simple.We can also imagine actually fetching nested resources only when needed with lazy loading (ie. by using a
Proxy) in the future.