Query GetNewTitles should return list of "new" titles.
Structure can, probably, be reused from search and popular.
popularTitles has parameter sortBy (set here to POPULAR) which could probably be modified to something like RELEASE_YEAR. In general it allows for other values:
POPULAR - used here
TRENDING
IMDB_SCORE
TMDB_POPULARITY
RELEASE_YEAR - could be used for "new", just with correct sortOrder
ALPHABETICAL
Query
GetNewTitlesshould return list of "new" titles.Structure can, probably, be reused from
searchandpopular.popularTitleshas parametersortBy(set here toPOPULAR) which could probably be modified to something likeRELEASE_YEAR. In general it allows for other values:POPULAR- used hereTRENDINGIMDB_SCORETMDB_POPULARITYRELEASE_YEAR- could be used for "new", just with correctsortOrderALPHABETICAL