type LavaSearchType: | "track" | "album" | "artist" | "playlist" | "text" | "tracks" | "albums" | "artists" | "playlists" | "texts";
Specific types to filter for lavasearch, will be filtered to correct types
src/structures/Types/Utils.ts:555