The default Outbound connections a Bitcoin Core node will make is 10, sometimes 11. This is hard coded into the application. You can force it a little higher with the addnodes command.
All the rest of the connections you have are Inbound connections.
31/32 means you have 10 Outbound and 21 Inbound connections.
This is great! Thank you so much!