public function forPage($page, $perPage = 15) { return $this->skip(($page - 1) * $perPage)->take($perPage); }