JSORM the isomorphic, framework-agnostic Javascript ORM
Includes
Use #includes()
to “sideload” associations:
/posts?include=comments
You can also pass an array of associations:
/posts?include=blog,comments
Or an object for nested associations:
/posts?include=blog,comments.author