I want to add sample size for each of the subgraphs in the command below:

graph bar if adoption == 1, over(category_cat) blabel(bar, format(%9.1f)) ytitle(% of farmers who adopted pulses) by(season_adop, noiytitle noixtitle)

Please tell me how can I do that?