Type Alias CountWithOptions<TAttributes>

CountWithOptions: SetRequired<CountOptions<TAttributes>, "group">

Options for Model.count when GROUP BY is used

Type Parameters

  • TAttributes = any