response not returning all fields
I have a database service request:
response run JS:
pre
for(var i = 0; i < data.length; i++){
console.log(data);
}
/pre
When I test the service in the app tester it only returns 4 fields, _id, Club, NightName and City.
Yet when I test the the service in the builder it returns all the fields: