After User Login, BackendlessUser Properties return null for Data Relation Object!

in my case “PROPERTY_PACKAGES” is Data Relation Field:
kotlin code:
Log.i(TAG, “Packages: ${user.getProperty(Names.PROPERTY_PACKAGES)}”)

-------- LOG -----------
Packages: null

Related properties are not returned with the primary BackendlessUser object as a result of the login operation.

Regards,
Mark

Thanks for the quick reply.