I am trying to deserialize bson document to a C# class.
I have some heavy fields that I don't want to retrieve.
To do that I use BsonIgnoreExtraElements but I suspect this does not perform a projection and make the field traversing the network.
Can you confirm?
Thanks a lot!