namespace dy.net.dto { public class CollectVideoRequestDto { public int cursor { get; set; } public int count { get; set; } } }