using System; namespace Bit.Core.Models.View { public class CollectionView { public Guid OrganizationId { get; set; } public string Name { get; set; } } }