// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using System.Collections.Generic; namespace RudderSdk.Core.Models.Stores; public class ListStoresResponse { [JsonProperty("stores")] public List? Stores { get; set; } [JsonProperty("total")] public int? Total { get; set; } }