@impl true
def calculate(records, _opts, _ctx) do
Enum.map(records, fn project ->
MyDomain.count_items(tenant: project authorize?: false)
end)
end
@impl true
def calculate(records, _opts, _ctx) do
Enum.map(records, fn project ->
MyDomain.count_items(tenant: project authorize?: false)
end)
end