For example when querying a screen in an app, can I only return the text of an object and the center_y coordinate?
So far I've gotten just the text by using the query :
query("CalendarCellView", :text)
but can I get just the text and center_y fields returned in the results hash (without editing the hash myself)?