Trying to get a better understanding as to why the relationTo field in Relationship field is stored as a string rather than a ObjectId BSON type. Mongo requires equivalent field types when doing things like $lookup or other operations using Mongo Charts or Mongo's Aggregation Pipeline,.
Is there a reason relationships are stored as strings rather than ObjectId BSON types? What are the downsides to doing this in our project by default?