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