Question: How can you improve the appearance of the output JSON that contains the `_id`?

  1. `Use db.collection.set({$_id:pretty})`
  2. `Create a second index`
  3. `Use db.collection.format(numeric)`
  4. `Use $_id = value`

Answer: The correct answer of the above question is Option C:`Use db.collection.format(numeric)`