The following throws an exception People.Count(); > An exception occurred while reading a database value. The expected type was 'System.Int32' but the actual value was of type 'System.Int64' Workaround for now is to always use `LongCount()` instead.