transform.js
`transform` operates on arrays of objects and lets you - [x] cherry pick (nested) keys that your objects should include - [x] define functions that transform values of a given key, and possibly alters the key as well. - [x] map a value to a new key - [x]