using System.Collections.Generic; namespace backend; public class MovieResponse { public string Response { get; set; } public string TotalResults { get; set; } public List Search { get; set; } }