I have a simple model and use the RESTadapter to get the data. The JSON request is executed, but then I receive the following error: \"Your server returned a hash with the key
@kiwiupover was 98% right, when having multiple records it should be pluralized to articles:
articles
{"articles": [ { "id": 1, "title": "Title 1" }, { "id": 2, "title": "Title 2" } ]}