'integer', 'ending_page' => 'integer', ]; public function tags() { return $this->hasMany(Tag::class); } public function user() { return $this->belongsTo(User::class); } }