feature requesthelp wantedlow priority
説明
I'm trying to use Keystone as an admin back-end for a database populated by a Meteor app, and I'm running into a few issues.
- Only a single item appears in a list.
- The item's URL is
keystone/posts/null.

@michaelrambeau, who also ran into the same issue when trying to use Keystone with a different Meteor app, suggested it might be due to the fact that Meteor uses strings as IDs instead of MongoDB object IDs (see idGeneration here).
Any idea what I can do about this? I've seen it suggested to add _id: String, to my model, but that leads to a Path _id on list Post is a reserved path error.