Data modeling tools for MongoDB

Hello, I’m very familiar with ER models and tools and use it for my living! What’re equivalent tools to create No-SQL models such as for Mongo document hierarchical models for logical and physical.

Regards

Do you use any modeling tools for your object hierarchies for your backend code?

Those might map closer to MongoDB/document models than traditional RDBMS tools.
Another approach would be to use logical modeling. Physical can always map one-to-one.