Creating a new experience level resulted in a failed build because the categoryId list field was saving the number as a string instead of an expected number. We either need to convert the string into a number in the save step, or switch to a number widget and only accept one category id. The latter could make more sense as we've divided up GirlCode into Beginner, Intermediate, and Advanced as separate experience levels.
Instead of