What is the best way to organize an array based on the 'num' property in this JavaScript array?
var data = [{
005: { `num`: 1360487},
047: { `num`: 2519472},
061: { `num`: 1559115},
081: { `num`: 2232710},
085: { `num`: 54956 }
}];