Database

[{"_id":null,"visit_count":20,"password_protected":false,"description":null,"alias":"g","short_url":"https://reduced.me/g","long_url":"https://google.com","created":"2021-01-16T11:49:42.517Z","windows":2,"linux":0,"mac":0,"android":0,"opera":0,"ie":0,"edge":1,"safari":0,"firefox":1,"chrome":0}]

Query

db.collection.aggregate([{$addFields:{"analytics":{"os":{"windows":"$windows","linux":"$linux","mac":"$mac","android":"$android"},"browser":{"opera":"$opera","ie":"$ie","edge":"$edge","safari":"$safari","firefox":"$firefox","chrome":"$chrome"}},"windows":"$$REMOVE","linux":"$$REMOVE","mac":"$$REMOVE","android":"$$REMOVE","opera":"$$REMOVE","ie":"$$REMOVE","edge":"$$REMOVE","safari":"$$REMOVE","firefox":"$$REMOVE","chrome":"$$REMOVE"}}])

Result