How to set/change collision filters of children colliders of compound colliders in Unity ECS?

I have a compound physics collider on one of my entities and I would like to change the collision filter for one of the children but not both. I have only found that I can get and set the collision filter but this sets the collision filter for each of the child colliders when I only want one to be changed. Is there a way I can get and set the collision filters for a specific child collider?
Thanks for the feedback!