Refer the options -maxdepth and -mindepth of find command
man find
-maxdepth levels Descend at most levels (a non-negative integer) levels of directories below the command line arguĀ ments. `-maxdepth 0' means only apply the tests and actions to the command line arguments.
-mindepth levels Do not apply any tests or actions at levels less than levels (a non-negative integer). `-mindepth 1' means process all files except the command line arguments.