### Describe the bug, including details regarding any error messages, version, and platform. ListView is a nested type and should be marked as such. ``` >>> import pyarrow as pa >>> pa.types.is_nested(pa.list_view(pa.int32())) False ``` ### Component(s) Python