Is it possible to stringify a field in a collection declared as an ObjectId type via Mongoose Schema? I expected .lean() to do this, but it seems I'm still getting back ObjectId. I suppose what I want is query return to JSON conversion. Is that doable in a single Mongoose query? If not, how would I manually convert all ObjectId types in a nested document?