pub async fn delete_nodes_by_data( db: &DatabaseConnection, data_id: Uuid, ) -> Result<(), DatabaseError>