how to add a new field to an array in map node js code example Example: map object and add new property javascript Results.map(obj=> ({ ...obj, Active: 'false' }))