Collections
AJAX Abstraction for Lists of Resources
AJAX Abstraction for Lists of Resources
Collections are part of the lore-models package, and are an abstraction for interacting with a REST API endpoint that make it easier to retrieve a collection of resources.
The interface and behavior for Collections is heavily inspired by Backbone.Collection, and you can learn more the reasons why here.