Fastai Tabular Learner - Count Dependent Variable

Is there a way how to use fastai tabular learner as a count model?

We have classification and regression tasks supported by the fastai. However, there may be a use-case where the dependent variable is e.g. number of guess or something like that.

Approaching this as regression is not a bad starting point. However, we can definitely do better. Does anyone have any experiences regarding this topic?