public SObject getRecord()
Type: sObject
Note that only the fields that are referenced in the associated Visualforce markup are available for querying on this SObject. All other fields, including fields from any related objects, must be queried using a SOQL expression.
<apex:outputText value="{!account.billingcity} {!account.contacts}" rendered="false"/>