Set rclone where to start copy from

Is there a way I can do a wild card for a directory like below? It doesn't look like order by command for name is going to work for my use case. I might be looking for something like this - How to copy using a wildcard

rclone ls --include '/Z/**' oldgdrive:folder and that command would copy all directories and whatever files are in that directory starting with the letter Z not just the folder with the title Z if that makes sense