interface ICity { slug: string name: string description?: string createdAt: Date updatedAt: Date }
createdAt
updatedAt