I can't figure out an way of doing pagination of a related resource. ``` php EloquentController#readRelatedResource return $this ->reply() ->content($model->{$key}); ```