In a ParseQueryAdapter I want to return the relation of an object I am querying. This is what I have so far; I am executing the query, retrieving all the goals created by the current user; in public View getItemView I am starting to get the relation of the object (goal). Would I create a for loop, and store the results in an Array? If so, how could I set the text in the list? Thanks so much for your help!In a ParseQueryAdapter I want to return the rel