{{ if $response.sorted }}$response.sorted{{ endif }} {{ if $response.filtered }}$response.filtered{{ endif }} {{ if $response.updatedSince }}$response.updatedSince{{ endif }} {{ if $response.startIndex }}$response.startIndex{{ endif }} {{ if $response.itemsPerPage }}$response.itemsPerPage{{ endif }} {{ if $response.totalResults }}$response.totalResults{{ endif }} {{ for $response.entry as $ent }} {{ if $ent.id }}$ent.id{{ endif }} {{ if $ent.displayName }}$ent.displayName{{ endif }} {{ if $ent.preferredName }}$ent.preferredName{{ endif }} {{ if $ent.urls }}$ent.urls.value$ent.urls.type{{ endif }} {{ if $ent.photos }}$ent.photos.value<$ent.photos.type>{{ endif }} {{ endfor }}