*Model Parameter Counting* A simple neural network has an input layer of size 784, one hidden layer of size 256, and an output layer of size 10. Calculate the total number of trainable parameters (weights and biases) in this network.