java-faker
java-faker copied to clipboard
Is there a way to determine how many elements each category contains?
I sometimes need to know how many of a category I can generate - is there a way to do this?
Something like faker.marvelSnap().character().size()
Sorry if this feature already exists or there is some pressing design reason to avoid it.
Thanks!