When a query has no fields parameter or explicitly requests “*”, only scalar fields of perspective objects are returned. When the fields parameter includes a link field, by default only the _ID field of each linked object is returned. If a link field is requested that has no values, an empty list is returned. For example, consider this object query:This query searches for people whose LastName is Powell and requests the Manager and DirectReports links. An example result in XML:As shown, requested link fields are returned even if they have no values. By default, only the _ID values of linked objects are included.