The desired result of using Any() Linq method is to get boolean value. In case when document can't be deserialized now I get exception instead of getting proper result.
As far as I understood from
mongo-csharp-driver\src\MongoDB.Driver\Linq\Processors\Pipeline\MethodCallBinders\AnyBinder.cs
the query is translated to fetching at least one document.