Database

[{_id:ObjectId("604e0dbc96a0c93a45bfc5b0"),address:"BOB addrees",name:"BOB",last_name:"Habanero",birthdate:ISODate("1999-11-10T00:00:00.000Z")}]

Query

db.collection.aggregate([{"$project":{"_id":{$toString:"$_id"},"name":1,"last_name":1,"customer_type":1,"address.0":1,"email":1,"birthdate":{"$dateToString":{"format":"%d/%m/%Y","date":"$birthdate"}},"customer_status":1}}])

Result