namespace RackPeek.Domain.Resources.Hardware.Models; public class Drive { public string? Type { get; set; } public int? Size { get; set; } }