@ -25,5 +25,6 @@ namespace Minecraft.Crafting.Api.Models
/// Gets or sets the position.
/// </summary>
public int Position { get; set; }
public string? ImageBase64 { get; set; }
}