create abstract method

Future<R> create(
  1. P attributes
)

Create data R along with P

Implementation

Future<R> create(P attributes);