https://github.com/specklesystems/speckle-sharp/blob/b67e46c0dc3eee8572f4cf9c9cdef339949f536b/Objects/Converters/ConverterRhinoGh/ConverterRhinoGhShared/ConverterRhinoGh.cs#L740 If the collectionType is null in this case it silently throws and nothing in the collection loads, showing a successful pull. should be ```cs case Collection c when ! (c.collectionType?.ToLower().Contains("model") ?? false): ```
speckle-sharp/Objects/Converters/ConverterRhinoGh/ConverterRhinoGhShared/ConverterRhinoGh.cs
Line 740 in b67e46c
If the collectionType is null in this case it silently throws and nothing in the collection loads, showing a successful pull.
should be