actions do
read :list do
argument :start_in, DateTimeUsec, allow_nil?: false
argument :finish_id, DateTimeUsec, allow_nil?: false
prepare build(load: :transactions)
pagination keyset?: true, default_limit: 5, countable: :by_default
end
endrelationships do
has_many :transcations, Transactions
end