Just wondering why are fields when viewed in MongoDB GUI backwards compared to definition of schema in Mongoose?
Here's the schema:
Here's the insert function:
Here's what I see in Robomongo:
My question is why are fields sorted backwards compared to the way I defined them in the schema?