Keywords
Retrieve TMDB keywords and the movies associated with them.
The KeywordsAPI provides access to TMDB keyword metadata by ID and the associated movie list.
import { TMDB } from "@lorenzopant/tmdb";
const tmdb = new TMDB("your-api-key");
tmdb.keywords; // access methods