Adapt theme query limit and offset and sorting order in fixtures
importRESTAdapterfrom'ember-data/adapters/rest';importENVfrom'bo-client/config/environment';exportdefaultRESTAdapter.extend({namespace:ENV.baseURL.replace(/\/$/,"")+'/api/v1',//TODO: pass this as configuration//host: 'http://localhost:8000'});