When I do .find() or first() on Parse (cloud-code or otherwise) and get a results objects. If I then do .get(fieldName) on the result object does that do another db call and hence needs further asynchronous handling? Or is the data now local? If so, how can I introspect the results object in the console without using .get()
Note I'm using the JavaScript