The filter won't match "Some Folder", but it will match everything below "Some Folder" (unless those things also have "Some" in their names) because it's only filtering by filename, not full path, and a sub-folder clause hasn't been used. (Changing either thing will fix things, but sub-folder clauses are more efficient.)