diff --git a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs
index a8500b0..7104f30 100644
--- a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs
+++ b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs
@@ -12,7 +12,7 @@ public interface IFtpSftpClient
/// Whether to list contents recursively.
/// The type of items to list (e.g., files or folders).
/// Whether to use the default Credential base folder as the root.
- Task> ListFileNamesWithinFolder(string directoryPath, bool isRecursive, string type, bool useDefaultBaseFolder = false);
+ Task> ListFileNamesWithinFolder(string directoryPath, bool isRecursive, string type, bool useDefaultBaseFolder = false, int maxFileNr = 0);
///
/// Renames a file or folder.