package models type Room struct { ID int Building string Type string Capacity int Square string Purpose string }