An array of numbers is to be sorted into ascending order using a standard bubble sort algorithm:
[7, 3, 9, 1, 5]
State the number of swaps made during the first pass of this algorithm.