see: https://github.com/parse-community/parse-php-sdk/blob/master/src/Parse/ParseObject.php#L475 for the PHP implementation. Should be able to do: ``` if(!object.isDataAvailable()) { await object.fetch(); } ```