MLPP needs to give the Count property special consideration (just like c.SomeArray.Length).
The general problem here is that properties for native .Net types get handled by MLPP without blowing up. There's no matching property in the mongo document.
How can we catch and blow up on all instances of this?
(Moved this issue over from Bitbucket)