//! Domain-specific STAC types for 3D City Models
//!
//! This module contains types specific to the city3d STAC extension
//! that are not part of the upstream `stac` crate.
use ;
/// City object count - either integer or statistics object
///
/// For STAC Items, this is typically a single integer.
/// For STAC Collections, this can be statistics with min/max/total.