if (in_array('structureProofsVolunteer', array_keys($fields))) {
            $ids = [];
            foreach ($fields['structureProofsVolunteer'] as $proof) {
                if (array_key_exists('id', $proof)) {
                    $ids[] = $proof['id'];