namespace Botanist;

public class BotanistGrid
{
    public string Body { get; set; }
    public string BioTotal { get; set; }
    public string Species { get; set; }
    public string Analysed { get; set; }
    public string ColonyDistance { get; set; }
}