pub type ObjectChunked<T> = ChunkedArray<ObjectType<T>>;
pub struct ObjectChunked<T> { /* private fields */ }