pub type ObjectChunked<T> = ChunkedArray<ObjectType<T>>;
This is supported on crate feature object only.