someArray.map(e => { return { name: e.name, type: e.type, id: e.specificId }; })
How do you map over and array of objects and return multiple s