@@ -12,7 +12,7 @@ import (
// Records base type of airtable records
type Records struct {
Records []*Record `json:"records"`
Offset int `offset:"omitempty"`
Offset int `json:"offset,omitempty"`
}
// Table represents table object
The note is not visible to the blocked user.