5 lines
111 B

public class Model
{
public bool condition { get; set; }
public string[]? collection { get; set; }
}