1#[derive(Default, Debug)] 2pub struct ContainerInspect { 3 /// include the size of the container 4 pub size: Option<bool>, 5}