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