max_breadth: Optional[int] = Field(
default=20,
description='Max number of links to follow per level of the tree (i.e., per page).\n\n tavily-map uses a BFS Depth: referring to the number of link hops from the root URL. \n A page directly linked from the root is at BFS depth 1,
regardless of its URL structure.\n\n Increase this parameter when:\n 1. You want many links from each page to be mapped.\n\n max_breadth must be greater than 0\n '
)