public class BirdsModel { public string Title { get; set; } public ImageSource ImagePath { get; set; } public string Description { get; set; } }