Looking for a way to sort an array based on two fields, "name" and "brand", with the intention of organizing by brand first and then name. The challenge lies in the fact that not all names or brands are capitalized, but the desired outcome is to have them sorted alphabetically regardless. Any suggestions on how to accomplish this? Appreciate any help.