Answer:
pretty()
Explanation:
In MongoDB, the pretty() method is used to improve the readability of retrieved documents through the use of line breaks and indention.
To display the results in a formatted way, more beautiful and organized, one can use pretty() method.
If database is huge, this method really comes in handy.