if ( $.inArray( 'printouts', item ) ) {
$.each ( item.printouts, function( property, values ) {
console.log("---------------------');
console.log(property);
console.log(values);
$.map ( values, function( value ) {
D.title = value.getFullText();
}
...
} )
} )