Executes this statement and returns the result.
@override Future<List<D>> get() { final ctx = constructQuery(); return _getRaw(ctx).then(_mapResponse); }