pub fn extract_clusters(
    commands: Commands<'_, '_>,
    views: Query<'_, '_, (Entity, &Clusters), With<Camera>>
)