pub fn clear_directional_light_cascades(
    lights: Query<'_, '_, (&DirectionalLight, &mut Cascades)>
)