using System.Collections.Generic; using FarmmapsApi.Models; namespace FarmmapsBulkSatDownload { public class Settings { public List cropFieldItems { get; set; } } }