where('due_at', Carbon::createFromTimestamp($due_at)) ->where('status', 'new') ->paginate(perPage: $request->page_size ?? 100)); } }