Eager Loading
This release is focus mostly on performance optimizations.
We now eager load the label elements on all read queries in the node repository.
This way, it reduces significantly the amount of sql queries made when building up the api response.
Also, Laravel default collection class will now be used instead of the new LazyCollection.
Added compound index on the form_nodes table.