foreach ($storybook->templates() as $key => $filepath) {
                if ($storybook->pattern($filepath, $pattern) === false) {
                    continue;
                }
                $count++;