Harmonizing distribution of categorical variable with target variable

Hi all,

The baseline dataset I have has the following categorical variable with the respective values and counts:

Variable A
Values Count
0 9193
1 364

When I group by and sum the “1” values of Variable A based on the values I have on my target variable I get the following:

Target
Values Observations “1” on Variable A
a 111
b. 108
c. 59
d 86

In my synthetic data, I would like to capture both distributions. Is there a way I can do that in Mockaroo?