MongoDB organization metadata stored as plain string
- Organization plugin
- MongoDB adapter
Would it be acceptable to open a PR to improve this behavior for MongoDB specifically, or is this not worth pursuing?
{
"_id": {
"$oid": "6872e7e0d4a6f7bb8438b322"
},
"name": "test-org",
"slug": "test-org",
"createdAt": {
"$date": {
"$numberLong": "1752360928067"
}
},
"metadata": "{\"subscription\":{\"createdAt\":\"2025-07-13T14:56:52..." // should be an object
}