using BBWY.Client.Models.FallWare; using System; using System.Collections.Generic; using System.Text; namespace BBWY.Client.Models.APIModel { public class SearchFallWareConfiguredResponse { public IList FallWareConfiguredModels { get; set; } public int TotalCount { get; set; } } }