return {
    withProjection: project.bind(this),
    withAllAttributesProjection: project.bind(this, 'ALL'),
    withKeysOnlyProjection: project.bind(this, 'KEYS_ONLY')
  };