Future<Result<List<RecordModel>>> getRecords({ int skip = 0, int limit = 10, }) async { return await _sdk.getRecords(skip: skip, limit: limit); }