Is there a way to write a query with FilterDefinitionBuilder and Linq? The reason I'm asking is because I need to use the $withinSphere operator which is not supported by Linq directly. However, I can create a filter using FilterDefinitionBuilder. Combining both seems anything but obvious.
I know that the old legacy driver had a class called Query which allowed one to do something similar. However, that class no longer exists.