How to use IPropertyTypeCustomization to display TArray

How do you customize the way that only one property from a struct is drawn ? I have a custom struct. Let’s say it has an bool, an int and an array of strings and I just want to customize the bool and int and for the array, i just want what the editor ui is already doing when you don’t use IPropertyTypeCustomization. How do i do that ?