Hidden layers in Flux

An example:

model = Chain(Dense(5, n), Dense(n, 6))

where n is the number of neurons in the hidden layer.
You can see the Documentation of Flux, it is improving a lot lately.