SearchTableType🔗The type of the table that is used to display the search resultsDefinition🔗class SearchTableType(enum.StrEnum): """ The type of the table that is used to display the search results """ TRACES = "traces" SPANS = "spans" RAW = "raw"