package model type PaginationData struct { Page int64 PerPage int64 }